home *** CD-ROM | disk | FTP | other *** search
/ Print & Paint Power / Print & Paint Power.iso / hitech / cdchelp / testptr.bat < prev   
Encoding:
DOS Batch File  |  1994-07-21  |  241 b   |  19 lines

  1. echo off
  2. cls
  3. echo  
  4. echo  
  5. echo  
  6. echo  
  7. echo                             Printer Testing
  8. echo  
  9. echo Press ENTER when your printer is ready...
  10. pause
  11. copy test.asc prn
  12. echo  
  13. echo  
  14. echo  
  15. echo Test complete.
  16. echo  
  17. pause
  18.  
  19.